projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb79850
)
[ms-dos]: Save version.el as *binary*.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:29:50 +0000
(
04:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:29:50 +0000
(
04:29
+0000)
lisp/inc-vers.el
patch
|
blob
|
history
diff --git
a/lisp/inc-vers.el
b/lisp/inc-vers.el
index 6523dafd21b5647946992d166b1564cef2e6fe6e..0a4a43f0ea8847ae5b0d4d060449ce3387c21933 100644
(file)
--- a/
lisp/inc-vers.el
+++ b/
lisp/inc-vers.el
@@
-44,6
+44,7
@@
(if (and (file-accessible-directory-p "../lisp/")
(null (file-writable-p "../lisp/version.el")))
(delete-file "../lisp/version.el"))
+(if (eq system-type 'ms-dos) (setq buffer-file-type t))
(write-region (point-min) (point-max) "../lisp/version.el" nil 'nomsg)
(erase-buffer)
(set-buffer-modified-p nil)